func reflect.appendVarint
5 uses
reflect (current package)
type.go#L2784: prog = appendVarint(prog, n-1) // n-1 times
type.go#L2978: prog = appendVarint(prog, elemWords-elemPtrs-1)
type.go#L2986: prog = appendVarint(prog, elemWords)
type.go#L2988: prog = appendVarint(prog, uintptr(length)-1)
type.go#L3026: func appendVarint(x []byte, v uintptr) []byte {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)